Visual Basic (Usage) | Copy Code |
---|---|
Dim data() As Byte Dim instance As New RasterRegion(data) |
C++/CLI | |
---|---|
public: RasterRegion( array<byte>^ data ) |
Parameters
- data
- A an array of System.Byte that defines the interior of the new RasterRegion
For an example, refer to GetData.
You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7